home *** CD-ROM | disk | FTP | other *** search
- ; Delete all old custom welcome messages
-
- cwkill
- end
- run
-
-
- ; Change the human sysops to 'extra' so that POLE_MQ
- ; will check for their mail
-
- ifeq @name 'rick huebner'
- set @priv @extra
- else
- ifeq @name 'henry neufeld'
- set @priv @extra
- else
- ifeq @name 'casey schaphorst'
- set @priv @extra
- endif
- endif
- endif
- run
-
-
- ; Create new custom welcome messages
-
- ifeq @priv @twit
- print '@name is a twit.'
- fappend @usernum.bbs twit.lgn
- else
- mqmsg "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 40 41"
- ifgt @mail 0
- print '@mail line(s) sent to @name.'
- endif
- endif
- run
-
-
- ; Restore the sysops to 'sysop' priv
-
- ifeq @name 'rick huebner'
- set @priv @sysop
- else
- ifeq @name 'henry neufeld'
- set @priv @sysop
- else
- ifeq @name 'casey schaphorst'
- set @priv @sysop
- endif
- endif
- endif
-